home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / device < prev    next >
Text File  |  1991-04-25  |  2KB  |  39 lines

  1.                                    DEVICE
  2.              Allows MS-DOS to load and utilize a device driver
  3.          See also <ANSI.SYS> <DISPLAY.SYS> <DRIVER.SYS> <KEYBOARD.SYS>
  4.                                   <VDISK>
  5.  
  6. COMMAND TYPE: System Configuration      VERSION: 2.0 and up
  7.  
  8. USE: DEVICE = [d:][path]filename [arguments]
  9.  
  10. d: path filename specifies the file to use as a device driver.
  11.  
  12. All DEVICE drivers must be included in the <CONFIG.SYS> file to operate
  13. properly.  Any arguments needed by the individual drivers are
  14. specified following the filename.  These are not commands which are
  15. available at the DOS level.
  16.  
  17. The following device drivers are standard:
  18.  
  19. <ANSI.SYS>      gives screen control using ansi escape sequences
  20. <DISPLAY.SYS>   use code page switching on EGA, LCD and PS/2 displays
  21. <DRIVER.SYS>    create logical DOS devices for extra physical disc
  22.                 drives
  23. COUNTRY.SYS     loaded automatically by DOS to handle country specific
  24.                 tasks
  25. <PRINTER.SYS>   provides code page switching on printer ports, for
  26.                 printers supporting multiple code pages (IBM only)
  27. <KEYBOARD.SYS>  (DOS 4.x) loaded by DOS to handle country specific
  28.                 keyboard interface
  29. VDISK.SYS       (DOS 2.x,3.x) Allows you to use part of memory as a
  30.                 virtual disk drive.
  31. RAMDRIVE.SYS    (DOS 4.x) replaces VDISK.SYS for DOS 4
  32. SMARTDRV.SYS    (DOS 4.x) disk cache program to store recently used disc
  33.                 sectors in memory for faster access
  34. EMM386.SYS      (DOS 4.x) Allows 80386 machines with extended memory to
  35.                 emulate expanded memory (LIM EMS 4.0)
  36. HIMEM.SYS       (DOS 4.x) Extended memory (XMS 2.0) driver to allow
  37.                 80286/80386 based machines to access extended memory
  38. XMA2EMS.SYS     (DOS 4.x) Expanded memory manager
  39.